public void UpdateTestStory(Story story) { try { _repository.Edit(story); } catch (Exception ex) { _logger.LogError(ex.Message); } }