module Providers abstract class Abstract abstract def process(email_content : String) end end