[InlineCode("{this}.state({name},{conf})")] public StateProvider State(string name, StateConfig conf) { return(this); }
[InlineCode("{this}.state({name},{conf})")] public StateProvider State(string name, StateConfig conf) { return this; }
[InlineCode("{this}.state({conf})")] public StateProvider State(StateConfig conf) { return(this); }
[InlineCode("{this}.state({conf})")] public StateProvider State(StateConfig conf) { return this; }