Built with Fornax
Using new to instantiate a type which does not implement IDisposable.
new
IDisposable
new is redundant for instantiating types which do not implement IDisposable.
Remove new keyword.
{ "redundantNewKeyword": { "enabled": false } }