pub fn create_coordinator_from_path(
    path: impl AsRef<Path>
) -> Result<Coordinator<HttpNetListen>, Error>