Question: What should the idiomatic name be for an interface with a single method and the signature `Save() error`?

  1. Saveable
  2. SaveInterface
  3. ISave
  4. Saver

Answer: The correct answer of the above question is Option D:Saver