public virtual void InitializeFrom(ITaskQueue otherQueue) { var tasks = otherQueue.GetAll(); queueStorage.Init(tasks); }