/// <summary>
 /// Average delegate. Calculate the average of all values in timespan.
 /// </summary>
 public static Task Avg(RDXOeeKpiQuery rdxQuery, ContosoOpcUaNode opcUaNode)
 {
     return(Aggregate(rdxQuery, opcUaNode, RDXOpcUaQueries.AverageValues()));
 }