With (System.ServiceProcess.)ServiceController class it is possible to
start, stop and retrieve the current state of any service.

However I want show the username of the account where the service runs
on.
And display the starttype of the service.
Is there some way to retrieve these items without using the ActiveDS
libary?