public override OPCGroup.OPCGroupStatisticsInternal GetGroupStatistics(uint Identifier)
        {
            OPCGroup stats = OPCGroup.GroupList[Identifier];

            stats.UpdateInternals();
            return(stats.StatisticsInternal);
        }