public DtoClass ToDto(DatabaseClass origin) { var result = _mapper.ToDto(origin, DtoMappingDictionary); return(result); }