in libraries/service.rb [52:59]
def vsts_service(action) if windows? vsts_windows_service(action) else vsts_unix_service(action) end end