returnversion<newVersion(6,0,0)?new ValidationFailure(string.Empty,$"DSM Version {version} not supported. It should be 6 or above."):null;
returnversion<newVersion(6,0,0)?newNzbDroneValidationFailure(string.Empty,$"DSM Version {version} not fully supported. We recommend version 6.0.0 or above."){IsWarning=true}:null;