public void AlgoThree()
 {
     _currentState.AlgorithmC();
     Console.WriteLine(_currentState.GetType().ToString());
 }