IApiClient public interface IApiClient Documentation Task CancelRecordingAsync(string pvrId) Task DeleteRecordingAsync(string pvrId) Task<SkyBox> GetBoxDetailsAsync() Task<IReadOnlyCollection<Recording>> GetRecordingsAsync() Task<StorageStatus> GetStorageStatusAsync() Task<CurrentTime> GetTimeAsync() Task RecordProgrammeAsync(string eventId, bool seriesLink = false)