csharp-workshop-challenge Todo List Create a Item in the list View the list of all the Todo`s Remove single Item from Todo list Mark as completed or not. Extra approach Create a class to that defines a single Todo Item Ensure a Unique Identifier is added to the class (ID, GUID etc) Console App is prefer. Web API Project type.