private string GetHash(DataTable deviceTable, DataTable historicalTable)
 {
     return(SecurityTools.GetSHAOfTable(deviceTable) + SecurityTools.GetSHAOfTable(historicalTable));
 }