namespace Cosmos.TestRunner.Core { public class RunConfiguration { public bool IsELF { get; set; } public RunTargetEnum RunTarget { get; set; } } }