public bool IsApplicableTo(IFakeObjectCall fakeObjectCall)
 {
     return(EventCall.GetEvent(fakeObjectCall.Method) != null);
 }