pub fn to_ws_msg<Ops, Id>(
    header: BorshReqHeader<Ops, Id>,
    payload: &[u8]
) -> WebSocketMessagewhere
    Id: BorshSerialize + BorshDeserialize,
    Ops: BorshSerialize + BorshDeserialize,