public ITisServiceInfo GetServiceInfo(string sServiceName)
 {
     return(ServicesHost.GetServiceInfo(ApplicationName, sServiceName));
 }