public Task <bool> SaveSilentAsync() { return(SaveInternalAsync(true, () => documentFile.SaveAsync())); }