public async Task <bool> IsBookModuleActivated(int userid) { return(await _monitorRepository.IsBookModuleActivated(userid)); }