public void Register(IStrategy strategy)
 {
     lock (locker)
     {
         _strategies.Add(strategy.GetStrategyName(), strategy);
     }
 }