public void LayoutController_AddPost_ShouldCallSaveDocument() { var layout = new Layout(); _layoutController.Add(layout); A.CallTo(() => _documentService.AddDocument(layout)).MustHaveHappened(Repeated.Exactly.Once); }