pub fn new_service<D, B>(
    p2p_config: Config,
    db: D,
    block_importer: B
) -> Service<D>where
    D: P2pDb + 'static,
    B: BlockHeightImporter,