pub async fn quickly_connect<A: ToSocketAddrs + Send>(
    identifier: &'static str,
    addr: A
) -> Result<(TcpStream, AesCipher), StarterError>