* NOTE Probably param Environment env should be passed to the factory.
* @return theme-specific implementation of the ThemeDriverFactory. Only
* CaspianDriverFactor is provided to the moment.
*/
public static ThemeDriverFactory newInstance() {
return new CaspianDriverFactory();
}