rd-net/RdFramework/IIdentities.cs (7 lines of code) (raw):

namespace JetBrains.Rd { public interface IIdentities { RdId Next(RdId parent); } }