Could you help me with a question. In DDD architecture what types of methods should I put in my Entity and which ones should I in my Domain Service? I know that in my entity I should by at least the entity's own validation method, and when to the rest of the methods should I mandatorily in the domain service or are there other types of methods that I can by in the entity? Thank you.