namespace Flawless.Communication.Shared; public enum RepositoryRole { Guest = 0, Reporter = 1, Developer = 2, Owner = 3, }