/// <summary> /// Returns the current date and time in the JavaScript 'Date.toUTCString(); format. /// </summary> /// <returns></returns> protected string GetCurrentISODate() => DateTimes.GetCurrentISODate();