Create a windows service class, with methods: - [ ] `name()` - [ ] `display_name()` - [ ] `binpath()` - [ ] `username()` - [ ] `start_type()` - [ ] `pid()` - [ ] `status()` - [ ] `description()` - [ ] `as_dict()`
Create a windows service class, with methods:
name()display_name()binpath()username()start_type()pid()status()description()as_dict()