TODO: add description
Classes
AzureFunctionClient
Abstract client that calls Azure Functions.
When making calls “cmd” parameter determines which what action shall be called, while
other parameters are passed to the action itself.
CommandableAzureFunctionClient
Abstract client that calls commandable Azure Functions.
Commandable services are generated automatically for ICommandable objects. Each command is exposed as action determined by “cmd” parameter.