As a software developer, I deal with a lot of crawling projects every day. This small pack helps me when I send HTTP requests with random user agents.
Always start with using
using UserAgentGenerator;
User Agent Generator is easy to use. Select browser and platform then you are ready to go.
var user-agent = UserAgent.Generate(Browser.Chrome, Platform.Desktop);