General patterns used by Rhythm NuGet packages.
Install with NuGet. Search for "Rhythm.Patterns".
Activities are single responsibility classes. Generally taking a input and returning an output.
Strategies attempt to process an input and return an output. A strategy returns a result which contains a boolean to indicate success and a result.