public IronMan(Algorithms algorithms) { _algorithms = algorithms; }
public TheIncredibleHulk(Algorithms algorithms) { _algorithms = algorithms; }
public Thor(Algorithms algorithms) { _algorithms = algorithms; }
public CaptainAmerica(Algorithms algorithms) { _algorithms = algorithms; }