public void GetAllAttachmentsWhichHasToBeNotNull_Test()
        {
            var actualAttachments = _controller.GetAllAttachments();

            CollectionAssert.AllItemsAreNotNull(actualAttachments);
        }