Пример #1
0
        public void ClearEvents()
        {
            _notificationService.ClearEvents();

            AssertRequest(HttpMethod.Post, $"/notification/events/clear");
        }