1 2 3
func {{ method_name }}Call({{ params }}){{ throws_clause }} -> {{ return_type }} { {{ body }} }