<PackageReference Include="System.ServiceModel.Primitives" Version="6.1.0" />

System.ServiceModel.Channels.CommunicationWaitResult

namespace System.ServiceModel.Channels { internal enum CommunicationWaitResult { Waiting, Succeeded, Expired, Aborted } }