protected override void ExecuteCmdlet()
 {
     CurrentWeb.ResetFileToPreviousVersion(ServerRelativeUrl, CheckinType, CheckInComment);
 }