public static string CalculateChecksum(string hex, string accesskey = "cH0on9AsIXx7")
 {
     return(PythonScript.GetPacketChecksum(hex).Result);
 }