Check if connected to vpn
Future<bool> isConnected() async => stage().then((value) => value == VPNStage.connected);