public MethodResult Create(DtoCreateT createDto) { var newEntity = mapping.MapToNewEntity(createDto); return(repository.SaveAndFlush(newEntity)); }