[Test] public void CallMethodWithLongParam()
 {
     mock.Expect("WithLongParam", 5L);
     thingy.WithLongParam(5);
     mock.Verify();
 }