public Task <IAccount> GetAccountAsync(string identifier) =>
 AuthClient.GetAccountAsync(identifier);