Relativity.Transfer.Dto.PathDto
class PathDto
namespace Relativity.Transfer.Dto
{
internal class PathDto
{
public string Path { get; set; }
public PathDto();
}
}