public static bool SkipCompile(ICompiler compiler, MethodDeclaration methodDeclaration)
 {
     var classInheritanceStack = compiler.GetClassInheritanceStack(GetClassName(compiler));
     return GetMethodDetail(compiler, methodDeclaration).NeedsExclusion(classInheritanceStack);
 }