public bool IsServiceInstalled(Type oServiceType)
 {
     return(ServicesHost.IsServiceInstalled(ApplicationName, oServiceType));
 }
 public bool IsServiceInstalled(string sServiceName)
 {
     return(ServicesHost.IsServiceInstalled(ApplicationName, sServiceName));
 }