How to inject cookies in a test using Serenity?

Can I inject cookies in a test using Serenity?

Hi Alex,

You need to use the following command for Serenity:

driver.Manage().Cookies.AddCookie(new Cookie("key", "value"));