public void Create_NullPath_ArgumentNullExceptionIsThrown()
 {
     var file = new IndexFile( Factory.Create<List<Conversation>>(), null );
 }
 public void Create_EmptyPath_ArgumentExceptionIsThrown()
 {
     var file = new IndexFile( Factory.Create<List<Conversation>>(), string.Empty );
 }