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

System.ServiceModel.Channels.CommunicationWaitResult

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