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