The Game.Content property is readonly. Shouldn't there be at least a
protected virtual ContentManager CreateContentManager()
method that I can override to provide my own subclass?
Not too big a deal, since I can just create and use a different content manager, but seems to be a design oversight, since such an un-extensible coupling doesn't seem to be necessary.