pub type StatusUpdate = StatusUpdate;
pub struct StatusUpdate { pub app: String, pub status: Status, }
app: String
status: Status