public void OptimisticConnectionCanCallProc()
		{
			var opt = new OptimisticConnection((DbConnection)Connection());
			opt.Execute("sp_who");
		}