Future<void> take(String name) async { await Future.delayed( const Duration( milliseconds: 500, ), ); await _send(name); }