public NameConst([DependencyKey(Numbers.Five)] IGetNum getNum) { this.getNum = getNum; }
public GetGenricNum(TGetNum getNum) { this.getNum = getNum; }
public Subctract(IGetNum getNum) { this.getNum = getNum; }