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