Future<User> updateDescription(String? description) { return bytedeskHttpApi.updateDescription(description); }