public async void ThenTheSystemShouldShowAWarningMessage()
        {
            var response = await subscriptionService.DeleteAsync(subscription.Id);

            response.Message.Should().Contain("confirm");
        }