public void OutputBioPictureUrl()
        {
            var personnelSelector = new PersonnelInformationSelector();
            var bioPictureUrl     = personnelSelector.GetBioPictureUrl(_selectedId).ToString();

            Console.Error.Write(TransportSafeString.Encode(bioPictureUrl));
        }
 public string DecodeProcessString(string executablePath, params string[] arguments)
 {
     return(TransportSafeString.Decode(ReadDataFromProcess(executablePath, arguments)));
 }