public Repository(string collectionName, SmartDataContext dataContext) => _collection = dataContext.Database.GetCollection <T>(collectionName);
public SmartObjectRepository(SmartDataContext dataContext) : base("SmartObjects", dataContext) { }