public void DoesPathExistsThrowsException() { var eventContext = new EventContext(); eventContext.DoesPathExists(string.Empty); }