public void WillNotOpenUnknownExtensions()
 {
     Assert.False(editor.OpenProject("/file/with/unknown.extension", 1, 1));
 }