public static int tdMethods(int id, int methodsSupported)
 {
     if (isWindows)
     {
         return(WindowsWrapper.tdMethods(id, methodsSupported));
     }
     else
     {
         return(UnixWrapper.tdMethods(id, methodsSupported));
     }
 }