class ConnectivityApiImpl: ConnectivityApi { func getCapabilities() throws -> [NetworkCapability] { [] } }