public StatisticConsumer(AlgoDelegate_Input1 method, string id, string name) : base(id, name) { this._delegate = method; }
public StatisticInbuilt(AlgoDelegate_Input1 method, bool isMathDotNet) : base(method.Method.Name.ToUpper(), method.Method.Name) { this._delegate = method; }