public static void AddDtoMapper(this IServiceCollection services) { IMapper mapper = MappingConfig.CreateConfiguration().CreateMapper(); services.AddSingleton(mapper); }