Is there a way to restrict а method to be invoked only once?
For example: I have an extension method foo();
Can I invoke foo like
config.foo().bar()..