using System; using System.Collections.Generic; using System.Text; namespace FileRepository { /// /// A factory to enable consumers of this package to easily get a specific type of repository. /// public class Factory { } }