public void AlgoOne()
 {
     _currentState.AlgorithmA();
     Console.WriteLine(_currentState.GetType().ToString());
 }