public async Task UpdateAsync(int id, ContactModel contact) { await _contactCommand.UpdateAsync(id, contact.ToEntity()); }