namespace BackOffice.BFF.Application.Common.Mappings; public class UserOrderProfile : IRegister { void IRegister.Register(TypeAdapterConfig config) { //config.NewConfig() // .Map(dest => dest.FullName, src => $"{src.Firstname} {src.Lastname}"); } }