private static DreamMessage Map(PageIdNotFoundException e) { return DreamMessage.InternalError(string.Format(DekiResources.UNABLE_TO_RETRIEVE_PAGE_FOR_ID, e.PageId)); }
private static DreamMessage Map(PageIdNotFoundException e, DekiResources resources) { return DreamMessage.InternalError(resources.Localize(DekiResources.UNABLE_TO_RETRIEVE_PAGE_FOR_ID(e.PageId))); }