public void GivenId_WhenMonitorRepoDataFetch_ThenNotImplementedException() { var expected = _monitor.DataFetch(1); }
public void GivenQuestionId_ForQuestionRepoDataFetch_ThenNotImplementedException() { var expected = _question.DataFetch(1); }