fun isFullyRemovedMethod(left: Map<String, Any?>, right: Map<String, Any?>, path: String, method: String): Boolean
Check if fully removed method from specified version.
right - map with right version;
path - path to look for method;
Return
true if method is fully removed from version, false otherwise.