Refactored a few methods in the HttpService to async since it was already dealing in async with the HttpClient object.
Tweaked the Action**Command.cs files to better utilize the async utilization in the HttpService.
Refactored Models GetAction and Action
-- GetActions.Actions now always start as an instantiated empty array of Action
-- Action.Group automatically replaced an empty grouping with "none" to match how it groups work in Streamer.bot
Also tweaked the Adjustments to show a 0-100, per Lyfesaver's original spec.
Action**Command.cs
files to better utilize the async utilization in the HttpService.GetActions.Actions
now always start as an instantiated empty array ofAction
--Action.Group
automatically replaced an empty grouping with "none" to match how it groups work in Streamer.bot