//----------------------------------------------------------------------- // // Copyright (c) Outercurve Foundation. All rights reserved. // //----------------------------------------------------------------------- namespace DotNetOpenAuth.Test.Mocks { internal interface IBaseMessageExplicitMembers { string ExplicitProperty { get; set; } } }