Create Functions Classe
Functions classes come from the Adapters. If you are building one yourself, you would optionally want to create one too.
Example in ES6:
import {Functions} from 'firenze';
export default class CustomFunctions extends Functions {
// ...
}