public async Task <bool> RegisterUser(RegisterModel registerModel) { return(await _accountData.RegisterUser(registerModel)); }