/**
  * Initializes a new instance of the SyncRestHandler class.
  *
  * @param ServiceContext $context The context
  */
 public function SyncRestHandler($context)
 {
     parent::__construct($context);
     $this->context = $context;
     return $this;
 }
 /**
  * Initializes a new instance of the SyncRestHandler class.
  *
  * @param ServiceContext $context The context
  */
 public function RestServiceHandler($context)
 {
     parent::__construct($context);
     $this->context = $context;
     return $this;
 }