pub fn create_serialized_notification_message<Ops, Msg>(
    op: Ops,
    msg: Msg
) -> Result<Message>where
    Ops: OpsT,
    Msg: Serialize + Send + Sync + 'static,