The following code breaks when upgrade 2.5.43 -> 2.5.61 ``` c# database.StringSet(_keyName, Base, _expiresIn, When.NotExists); ``` Error message: ``` Argument 4: cannot conv ert from 'StackExchange.Redis.When' to 'bool' ``` Seemed it's introduced from https://github.com/StackExchange/StackExchange.Redis/pull/2029