sub [% method.name %] {
    my $self = shift;
    return $self->[% method.via %]->[% method.how %](@_);
}
