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

System.ServiceModel.Channels.CommunicationWaitResult

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