public Stack <int> CreateStack <T>() { var randomStack = new RandomUtils(); var stack = randomStack.CreateRandomIntStack(); return(stack); }