namespace SharedContracts.Python.RTN; public interface IRankTorrentName { ParseTorrentTitleResponse Parse(string title, bool trashGarbage = true); }