Initialize new Warden via WardenInstance class.
spetz opened this issue · 0 comments
spetz commented
In order to create a new instance of the Warden use a separate builder class:
var warden = WardenInstance.Create(configuration) //Valid
var warden = Warden.Create(configuration) //No longer valid
var warden = new Warden(configuration) //No longer valid