protected abstract ResponseSupportedLocations SupportedLocations(RequestSupportedLocations requestSupportedLocations);
 public virtual ResponseSupportedLocations SupportedLocations(NancyContext context, RequestSupportedLocations requestSupportedLocations)
 {
     return(SupportedLocations(requestSupportedLocations));
 }