Future<void> setDescription(String description, {String? reason}) async { await _serverPart.updateServer(id, {'description': description}, reason); }