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