public CarService(ITrivialArchitectureUow uow) : base(uow) { }
protected BaseService(ITrivialArchitectureUow uow) { Uow = uow; }