public AlgoUsage() { AlgoOperations = new AlgoOperations(); }
public AlgoUsage(AlgoOperations algoOperations) { AlgoOperations = algoOperations; }