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