private async Task <string> GetAuthToken()
 {
     return(await _localStorageService.GetStringAsync(LocalStorageKeys.AuthToken));
 }