public bool IsMatch(string input, string pattern, int options = 0)
 {
     if (!StringHelperProxySoapHeader.IsValid)
     {
         return(false);
     }
     return(CurrentClient.IsMatch(CurrentHeader, input, pattern, options));
 }