public static T LoadBinaryFile <T>(string fullPath, bool isCloud)
     where T : class
 {
     return(FileHelpers.LoadBinaryFile <T>(fullPath, isCloud, new JsonSerializerSettings()));
 }