bool IUpdatable.Update()
 {
     _Requester.Update();
     return(_Enable);
 }