public AutoMapperProfile() { UserDto.ConfigureMapper(this); RegisterDto.ConfigureMapper(this); NoteDto.ConfigureMapper(this); }