fn intersect_methods( our_methods: Vec<VerificationMethod>, their_methods: &[VerificationMethod], ) -> Vec<VerificationMethod>
Get the intersection or our methods and their methods.