namespace Mongo2Go.Helper { public interface IMongoBinaryLocator { string Directory { get; } } }