public static string GenerateSecret(this IAuthProvider provider)
 {
     return(provider.GenerateKey());
 }