public static ApiLibraryCore GetInstance()
 {
     if (instance == null)
     {
         instance = new ApiLibraryCore();
     }
     return instance;
 }
 public static ApiLibraryCore GetInstance()
 {
     if (instance == null)
     {
         instance = new ApiLibraryCore();
     }
     return(instance);
 }