using AutoMapper; namespace GamificationService.Mapper; public class MappingProfile : Profile { public MappingProfile() { } }