async def get_bye(name): return AioHttpResponse(text='Goodbye {}'.format(name))
async def get_bye(name): return AioHttpResponse(text=f'Goodbye {name}')