pub fn create_reconnect_service<S: ReconnectService + Send + Clone + 'static>(
    s: S
) -> Service