Default 'do nothing' sync function.
Future<Null> noOpExecuteSyncedFn(Future<dynamic> Function() fn) => fn().then((_) => null);