public void Put(JObject device) { _system.UpdateDevice(Helpers.Json.ConvertFromTypedJson <IDevice>(device.ToString())); }