namespace BITKit { public interface IPriority { int GetPriority(); } }