Stores the object content of type T inside the predefined (by the implementer) persistent system, storing it with name name.
content
T
name
Future<void> saveContent(final String name, final T content);