public static string GetKeyVersion2(this Entities.EnergySummary voltageSummary)
 {
     return(GetIntervalKeyVersion2(voltageSummary.IntervalStartIncluded));
 }
 public static string GetKey(this Entities.EnergySummary voltageSummary)
 {
     // TODO cosmosdb 'Items' really one giant bucket?
     return(GetIntervalKey(voltageSummary.IntervalStartIncluded));
 }