Phito

Results 2 issues of Phito

Added generic parsing for the DoAction tag and implemented the "Declare Dictionary" action.

`PlaylistManager.cs` had a #nullable disable declaration, which lead to NullReferenceException when dependencies are return null values. **Changes** Removed `#nullable disable` and properly handling null values in `PlaylistManager.cs`. **Issues** 529d24ec308645e92839b216fd0b52acd4ad62a2 #11854...