using System; namespace PRSDesktop { public interface IJobControl { Guid JobID { get; set; } // DataModel DataModel(Selection selection); } }