This class converts the download priority to a bool value.
Inheritance: IValueConverter
 public void MyTestInitialize()
 {
     _converter = new DownloadPriorityToBoolConverter();
 }