@Override public int compareTo(IWorker<ITestNGMethod> other) { return getPriority() - other.getPriority(); }