I have this abstract Service
@Injectable() export abstract class Service { private readonly repository: Repository; con