public MapsterProvider(TypeAdapterConfig typeAdapterConfig) { typeAdapterConfig.NotNull(); _mapper = new MapsterMapper.Mapper(typeAdapterConfig); }