public ProfitingGenesis FindProfitingAccountsByName(string Name) { return(StopWatcher.Track(() => _store.FindProfitingAccountsByName(Name), "FindProfitingAccountsByName")); }