I've created my custom application by referring gitHub polls application, Implemented IApplicationNavigable. In RegisterUrls method I'm getting below error

Here's my code
public string PathDelimiter => "/a/";

.urlFormatting.FormatGroupUrl always returns null

Can someone help me out to fix this issues?