/// <summary>
 /// Sum delegate. Adds all values in timespan.
 /// </summary>
 public static Task Sum(RDXOeeKpiQuery rdxQuery, ContosoOpcUaNode opcUaNode)
 {
     return(Aggregate(rdxQuery, opcUaNode, RDXOpcUaQueries.SumValues()));
 }