I have following aggregate
public class Organization : Entity, IAggregateRoot { public string GetName() => _name; private string _name; public