{% if is_async %}async {% endif %}{{ name }}({{ params }}){% if return_type %} -> {{ return_type }}{% endif %}