namespace Common.Logic.Extensions.SQL.Interfaces { using System; public interface ISQLReader { T GetValue(Int32 index); } }