private async Task <bool> UserNameValidation(Command command, string userName) { return(await _userValidator.ValidateUserExists(userName)); }