public static bool GreaterThanIntObj(int a, object b)
 {
     return(PSBinaryComparison.GreaterThanIntObj(a, b));
 }