.net core take home assignment How to perform the assignment: Clone this repository Create a branch for each task starting with the number of the task Publish the repository online Tasks: Implement the missing methods for the UserRepository Use the repository in the UserController in order to perform CRUD operations described Setup response codes accordingly and decorate the controller with the necessary attributes Create a Logger and use the logger in at least one UserController Action Bonus: Unit test the UserRepository