- Removed Obsolete Methods in MockObject base class. & Tests
- Fixed XML comment warnings
- Fixed ex exception warnings
- Removed Mock.cs Assertion class, using DotNetMock.Assertion instead.  AssertionException instead of verification exception
- Added IsVerified property on IVerifiable interface
- Implemented elementary unique object checking in Verifier to avoid Circular reference problems.
- Aded ability to compare arrays in IsEqual predicate & handled null values.
- fixed bug in Dynamic Mocks where it would blow up on params methods.