- [ ] Introduce a new static method `bool Remote.IsValidName(string)` - [ ] Make `repo.Remotes.IsValidName()` implementation delegate to this new method - [ ] Deprecate `repo.Remotes.IsValidName()` - [ ] Update the tests in `RemoteFixture.cs` to make them leverage this new method