protected Stream TryGetResourceWithFullPath(Assembly assembly, IEnumerable <string> resourcePath)
 {
     return(ResourcesManager.TryGetResourceWithFullPath(assembly, resourcePath));
 }
 public void RespondWith(Stream stream, string extension = null)
 {
     GetOrCreateCefResourceHandler().SetResponse(stream, ResourcesManager.GetExtensionMimeType(extension));
     Continue();
 }