<?php namespace common\logic; abstract class AbstractSolver extends AbstractService implements SolverInterface { }