public string Legs(Spiders legCount) { return($"I have {legCount} legs!"); }
public string Reproduction(Spiders repoduction) { return($"I have kids by {repoduction}!"); }