Mocking sealed classes can be quite a pain. I currently favor an Adapter pattern to handle this, but something about just keeps feels weird.
So, What is t
For .NET, you could use something like TypeMock, which uses the profiling API and allows you to hook into calls to nearly anything.