namespace NzbDrone.Core.Download.Clients.Putio
{
public class PutioFile
public int Id { get; set; }
public string Name { get; set; }
}