/// <summary>
 /// Executes the <see cref="MsSqlCommandValidatorBase.SqlStatement"/> onto SQL Server Session synchronously.
 /// </summary>
 /// <param name="session">The MS SQL connection session.</param>
 public virtual void Execute(IDatabaseSession session) => session.Execute(this.SqlStatement, this.Parameters);