psobject получить имя службы

 var ServiceName = data.Properties["ServiceName"].Value.ToString();
Arad Aryan