public FindResult MethodExists(SmallType pType, MethodSyntax pMethod)
 {
     return(_methods.MethodExists(pType, pMethod));
 }