public BaseService(EntityUnitofWork <Y> uow) { _uow = uow; }
public UserService(EntityUnitofWork <Guid> _uow) : base(_uow) { }