public FizzBuzzChain_ThreeFive(IFizzBuzzChain next) => _next = next;
 public FizzBuzzChain_Zero(IFizzBuzzChain next) => _next = next;