private static Func <CoReProposal, bool> NameMatches(Proposal candidateProposal) { return(p => p.Name.Equals(candidateProposal.ToCoReName())); }