// Generic example
public delegate return-type myDelegate(<ParameterList>);
// Concrete example
public delegate void responseBehaviour(Person borrower);