public BusMessage(Bus.Channel channel, JObject data, MessageScope scope) { Data = data; Channel = channel; Scope = scope; Origin = "5"; }