Static Mocks
1. Change any custom Expectations to inherit from AbstractStaticExpectation instead of AbstractExpectation

Dynamic Mocks
1. Change references from IMock to IDynamicMock
2. Change error handling of IDynamicMocks to handle AssertionExpectation, not VerififcationExpectation

