2.1.1
Add some improvements:
- Create SingleProductResponse class that extend ProductResponse and move Description field
- Change the return type in ProductRepository to SingleProductResponse in all the methods, except in GetProducts
- Add documentation for Swagger in ProductsController
- Create Store.SharedDatabaseSetup in tests folder to separate the seed data logic