Swagger improvements
- Services.AddSwaggerGen
- app.UseSwagger();
- app.UseSwaggerUI();
- Swagger is defalut landing page for WebAPI projects
- Download and copy to clipboard features from swagger interface
- Provide swagger.json file, using that we can create client (built using NSwag)