When constructing singleton resources, we are using this:
|
return new SingletonResource(Client, new ResourceIdentifier(Id.ToString() + "/singletonResources/current")); |
We could introduce a Append method in the ResourceIdentifier class to reduce the validation and parsing cost in resource ids.
We already have them: