public EventDevice Get()
 {
     return(DeviceProxi.Get().Result);
 }
 public DeviceServiceAgent()
 {
     _deviceProxi = new DeviceProxi();
 }