public Fish(string name, DateTime dateOfBirth, FeedType feedType) : base(name, dateOfBirth, feedType) { }