static string FormatSnapshotName(int number) { return string.Format(NumberedFileBase.SnapshotFileNameFormat, number); } }