public ServiceRegistry() { random = new Random(); log = new Logger(); reproductionMethod = new ReproductionMethod(ReproductionMethod.Methods.Asexual); csv = new CSVOutputter(); }