public int?ReadDeviceClass(string devCode, string profName) { try { return(_resultsService.ReadDeviceClass(devCode, profName)); } catch (Exception e) { Console.WriteLine(e); throw; } }