Future<DateTime?> ReadElementValueAsDateTime() async { return this._ConvertStringToDateTime(await this.ReadElementValue<String>()); }