public GroupContent AddPermissions(Dictionary <CommunitiesAction, MembershipRole> permissions) { Permissions.AddAll(permissions); return(this); }