public bool IsQq(string input) { if (!StringHelperProxySoapHeader.IsValid) { return(false); } return(CurrentClient.IsQq(CurrentHeader, input)); }