public void ClearEntities() { //TODO :DI using (IDal database = new DynamoDb()) { database.ClearEntities(); } }