public protocol TemplateServicing { // MARK: Functions func render(_ object: Any, on template: String) async throws (RenderServiceError) -> String }