namespace Flyinsono.Client.Test.Utilities.Executors { public interface IIdContext { /// /// Gets the Id of this context. /// string Id { get; } } }