public GithubBookRecordServiceProfiler(IGithubBookRecordService githubBookRecordService, ILogFactory logFactory)
 {
     _githubBookRecordService = githubBookRecordService;
     _logger = logFactory.GetLogger(GetType());
 }
 public ReadingListDataRepository(IGithubBookRecordService githubBookRecordService)
 {
     _githubBookRecordService = githubBookRecordService;
 }