public static List <EntityBase> Fetch(string dbAccount, long startTicks, long endTicks) { return(DbTable.Fetch(dbAccount, startTicks, endTicks)); }