pub fn setup_apis<D>(
    apis: ApiSet,
    deps: &Dependencies<D>
) -> MetaIoHandler<Metadata, Middleware<D::Notifier>> where
    D: Dependencies