public void EnablePriority(byte maxPriority)
 {
     _settings.EnablePriority(maxPriority);
 }