public static string[] GetScopes(this AuthResponse authResponse)
 {
     return(authResponse.Scope.Split('+'));
 }
 public static string GetStoreHash(this AuthResponse authResponse)
 {
     return(authResponse.Context.Replace("stores/", ""));
 }