Relativity.DataTransfer.Nodes.PathConversion.ICanonicalFormConverterFactory
namespace Relativity.DataTransfer.Nodes.PathConversion
{
public interface ICanonicalFormConverterFactory
{
ICanonicalFormConverter Create(string path);
}
}