public bool GetResult() => Strategies == null || Strategies.All(x => x.Status == StrategyStatus.Done);