public void SetNextHandler(IHandlerAreas handler)
 {
     _nextHandler = handler;
 }
 public BaseHandler()
 {
     _nextHandler = null;
 }