public static bool GreaterThanStringObj(string a, object b)
 {
     return(PSBinaryComparison.GreaterThanStringObj(a, b));
 }