public List <TodoItem> GetAll()
 {
     return(_inMemoryTodoDatabase.ToList());
 }