pub fn start_http_api(
    bind_address: SocketAddr,
    routes: RoutingTable
) -> Sender<HttpApiShutdownSignal>