public async Task <bool> SaveTokensToStorageAsync() { if (Account == null) { return(false); } await AccountStorage.SaveAsync(Account); return(true); }