This is just an implementation for DryIoc to act as a provider within the EcsRx Infrastructure layer.
Just grab latest version off nuget and then change your applications DI provider like so:
public override IDependencyContainer Container { get; } = new DryIocDependencyContainer();