I have the following method:
public async Task UpdateAsync(AppCommand app) { var result = await _appRepository.GetByIdAsync(app.Id); if