static async Task Index()
 {
     using var controller = new ConsentController(Mock.Of <IAgreementConsentService>(), new Settings.CookieExpirationSettings());
     await controller.Index((Uri)null);
 }
 static async Task Index()
 {
     using var controller = new ConsentController(Mock.Of <IAgreementConsentService>());
     await controller.Index((Uri)null);
 }