Helper method to just send data;
FutureOr<dynamic> send(Object? data) async { write(data); return await close(); }