<% module_namespacing do -%> class <%= class_name %>Service < ApplicationService

def initialize()
  super()
end

def call
  self
end

end <% end -%>