package organizations type OrganizationsInteractor interface { } type organizationsInteractor struct { }