public async Task <RuntimeResult> DeleteStatAsync(Statistic stat) { await _statService.DeleteStatisticAsync(stat); return(GenericResult.FromSuccess(Messages.SKILLS_REMOVED)); }