private bool IsAuthSchemeValid(string authType)
 {
     return(AuthenticationSchemesHelper.DoesAuthTypeMatch(this.authenticationScheme, authType));
 }