using System.Collections.Generic; namespace DotNetOpenId.RelyingParty { internal interface IDirectMessageChannel { IDictionary SendDirectMessageAndGetResponse(ServiceEndpoint provider, IDictionary fields); } }