/// <summary>
 ///     Important than persistence setting are the same as for testing cluster as for test ActorSystem
 /// </summary>
 public Cluster_Given_balance_change_plan_When_executing()
     : base(AkkaConf.Copy("writeModelCheckSystem", 9000)
            .ToStandAloneSystemConfig())
 {
 }
 public Standalone_Given_balance_change_plan_When_executing() : base(AkkaConf.ToStandAloneSystemConfig())
 {
 }