import { LoggingService } from "../../common/LoggingService"; export class ServiceBase { protected logger = new LoggingService(); }