private static void CheckReport(Guid id)
        {

             Process(i => _client.CheckReportIsReady(i), id);
        }