public OAuth1Authenticator Map(Xamarin.Auth.ProviderSamples.Helpers.OAuth1 oauth1)
        {
            OAuth1Authenticator o1a = null; //new OAuth1Authenticator();

            System.Diagnostics.Debug.WriteLine(o1a?.ToString());

            return(o1a);
        }