I'd like to delegate a class method on Bar to an instance of the Foo class, but I can't get the delegation to work. None of the delegated methods throw an error, the getters simply return nil. Here's what my code looks like:I'd like to delegate a class method on Bar to a