About

Method is a extended Resolvable class that handles calling a method when building instances.

Using it in a Description:

{
    [Builder.Method("MethodName")] = {"Arg1", "Arg2"}
}