pub trait BLSTasksHandler<T: Task>: BLSTasksFetcher<T> + BLSTasksUpdater<T> + Debug + Sync + Send { }