public async Task Desactive(int id) { if (id == default(int)) { throw new ArgumentNullException(nameof(id)); } await repository.Desactive(id); }