public override CommandResult CreateModel(UserDto dto) { dto.Key = _signatureService.GenerateNewKey().Value; return(base.CreateModel(dto)); }