public void CanClone() { var squareRoot1 = new SquareRoot(); var squareRoot2 = squareRoot1.Clone(); }