namespace Antmicro.OptionsParser { public interface IUnexpectedArgument { string Value { get; } } }