private void EnsureLocalFolder() { LocalFolder.Refresh(); if (LocalFolder.Exists) { return; } LocalFolder.Create(); }