public async Task DeleteContactAsync(int contactId) { await _contactDataService.DeleteContactAsync(contactId); }