private static bool EqualCount <T>(TableSnapshot <T> x, TableSnapshot <T> y) where T : struct
 {
     return(x.Count() == y.Count());
 }