public TMapper Repository <TMapper>() where TMapper : IBaseMapper { return(_serviceLocator.GetService <TMapper>()); }