async updateAsync(config) {
    try {
      if (!config.Id) {
        return await this.create(config);
      }